public sealed class GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> : System.EventArgs where TCacheNodeFactory: new(), CacheNodeFactory<TKey,TValue>
'Declaration Public NotInheritable Class GenericCache.FetchItemEventArgs (Of TKey,TValue,TCacheNodeFactory As {New, CacheNodeFactory(Of TKey,TValue)}) Inherits System.EventArgs
System.Object System.EventArgs GrapeCity.Viewer.Common.Implementation.GenericCache`3.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory>
GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> Members GrapeCity.Viewer.Common.Implementation Namespace